@charset "UTF-8";
/* Change the Login */

.login h1 a {display:none;} /*Hides the WP logo*/

.login {background-color: rgba(224,212,187,.2) !important;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#373737),color-stop(18%,#464646)) !important;
background-image: -webkit-linear-gradient(bottom,#373737 0,#464646 50%) !important;
background-image: -moz-linear-gradient(bottom,#373737 0,#464646 50%) !important;
background-image: -o-linear-gradient(bottom,#373737 0,#464646 50%) !important;
background-image: linear-gradient(to top,#373737 0,#464646 50%) !important;}
#backtoblog a, #nav a {text-shadow:none !important;}